github.com/go-pg/pg/v10/orm.join.Columns (field)

9 uses

	github.com/go-pg/pg/v10/orm (current package)
		join.go#L17: 	Columns    []string
		join.go#L210: 	if j.Columns == nil {
		join.go#L224: 	for i, column := range j.Columns {
		join.go#L306: 	if q.Columns != nil {
		join.go#L307: 		for i, column := range q.Columns {
		model_table_struct.go#L377: 			if lastJoin.Columns == nil {
		model_table_struct.go#L378: 				lastJoin.Columns = make([]string, 0)
		model_table_struct.go#L381: 			lastJoin.Columns = append(lastJoin.Columns, column)